13. Quiz: Weather 3

20 - Weather 3

Weather 3 Part 1

QUESTION:

What is the probability that day 2 is sunny?

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer

Weather 3 Part 2

QUESTION:

What is the probability that day 3 is sunny?

SOLUTION:

NOTE: The solutions are expressed in RegEx pattern. Udacity uses these patterns to check the given answer

21 - Weather 3 Solution